[css only gradient background] problems with ff < 3.6

Posted by Luca on Stack Overflow See other posts from Stack Overflow or by Luca
Published on 2010-05-21T09:53:05Z Indexed on 2010/05/21 10:00 UTC
Read the original article Hit count: 155

Filed under:

hi! :) anyone know if is possible to reproduce this effect

background-image: -moz-linear-gradient(top, #666666, #000000);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #000000),color-stop(1, #666666));

also on ff < 3.6? im tryin' to generate a gradient background without images!

thanks a lot in advance for any advice.

© Stack Overflow or respective owner

Related posts about css